home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / prtset.arc / README < prev   
Text File  |  1989-03-30  |  1KB  |  27 lines

  1. This is a small utility, meant mostly for shell scripts, but also for
  2. an interactive use, which main purpose is to send all kind of weird
  3. initialization codes to a printer.  For example, when I am printing
  4. .dvi files produced by TeX I am using the following two Gulam aliases,
  5. which include some of MY printer magic, initialize system and printer
  6. properly and restore printer to a sane (more or less) state after dvi
  7. driver is finished.
  8.  
  9. dvi    prtset -s -h1b\8 ; dvc
  10. dvc    pushd d:\texbin ; gem dvi.prg ; prtset -c -h1b401b\M1b\90d ; popd
  11.  
  12. I am using command 'dvi' to start my previewer, with printer off, or to
  13. print on a single-sheet paper, and command 'dvc' to print on a
  14. continous one.  The other role of a prtset program is to set and check
  15. proper configuration codes in situation when keeping around in memory
  16. fat control.acc is not exactly what you would really want to do.  When
  17. printer is not on line 'prtset' just returns.  It is written in
  18. assembler, since I wanted it to be really small.  I bet that you will
  19. find also some other ways to use it.
  20.  
  21.    Enjoy,
  22.  
  23.    Michal Jaegermann
  24.    Myrias Research Corporation
  25.    Edmonton, Alberta, CANADA
  26.    myrias!mj@alberta
  27.